home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sounds Terrific 2
/
Sounds Terrific II (1996)(Weird Science)(Disc 1 of 2)[Amiga-PC].iso
/
archives
/
amiga
/
amisox33.lha
/
AmiSOX3.3
/
dist
/
testall.sh
< prev
next >
Wrap
Text File
|
1994-01-23
|
348b
|
22 lines
effect="$*"
t() {
format=$1
shift
opts="$*"
echo "Format: $format Options: $opts"
./sox monkey.voc $opts /tmp/monkey.$format $effect
./sox $opts /tmp/monkey.$format /tmp/monkey.voc $effect
}
t raw -r 8130 -t ub
t au
t sf
t aiff
t hcom -r 22050
t 8svx
t sndr
t wav
t smp
t dat
#t cdr - need separate test and a mono->stereo effect